<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*右边菜单*/
#floatMenu{position: fixed;right:13px;top:50%;z-index: 1000;margin-top: -77px;display: none;}
#floatMenu li{margin: 10px 0;position: relative;}
#floatMenu li.first{opacity: 0;-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);}
#floatMenu li a{width:14px;height: 14px;background:rgba(147,181,218,0.45);display: block;border-radius: 50%;-webkit-border-radius: 50%;overflow: hidden;}
#floatMenu p{position: absolute;width:102px;height: 23px;line-height: 23px;text-align: center;color: #fff;border-radius: 23px;-webkit-border-radius: 23px;background: rgba(147,181,218,0.84);top:-4px;right: 26px;display: none;}
#floatMenu p::after{content: '';position: absolute; top:50%;margin-top: -6.5px;
    right: -9px;
    border-top: 7px solid transparent;
    border-left: 12px solid rgb(147,181,218,0.7);
	border-bottom: 7px solid transparent;
	width:0;height:0;}

	
#floatMenu li.active a{background: rgba(230,126,34,0.84);}
#floatMenu li.active p{display: block;}

/*第二*/
.section2{background-size:100% 100%;}

/*第3*/
.section3{background-size: 100% 100%;}

/*第4*/
.section4{background-size: 100% 100%;}

/*第6*/
.section6{background-size: 100% 100%;}

/*第7*/
.section7{}


/*通用*/
.overturn{
	height: 100%;width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.page-table{display: table; width:100%;height: 100%;}
.section .overturn{
	transform: translate(20px,20px) scale(0.5);
	-webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	opacity: 1;
	transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	height: 100%;
}
.section.active .overturn{
	transform: translate(0px,0px) scale(1);
	-webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	opacity: 1;
	transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}
.section2{background: none;}
.section3{background: none;}
.section4{background: none;}
.section5{background: none;}
.section6{background: none;}
.section2 .overturn{ background-image: url(../index-section2-bg.jpg); }
.section3 .overturn{ background-image: url(../index-section3-bg.jpg); }
.section4 .overturn{ background-image: url(../index-section4-bg.jpg); }
.section5 .overturn{ background-image: url(../index-section5-bg.jpg); }
.section6 .overturn{ background-image: url(../index-section6-bg.jpg); }
.fixed_left{position: fixed;height: 448px;width: 73px;right:-80px;top:50%;margin-top: -224px;z-index:30;display: block;}
.fixed_left.active{right:0;}
.index .fixed_left{display: none;right:0;}
.fixed_left li{width:73px;height: 73px;background: rgba(129,216,208,0.64);margin-bottom: 2px;text-align: center;}
.fixed_left li a{display: block;width:73px;height: 73px;position: relative;overflow: hidden;}
.fixed_left li a i{display: block;width:32px;height: 32px;margin: 10px auto 0;}
.fixed_left li p{font-size: 12px; color: #fff;}
.fixed_left li.li1 i{background: url("../icon-zixun.png");}
.fixed_left li.li2 i{background: url("../icon-jiameng.png");}
.fixed_left li.li3 i{background: url("../icon-yuyue.png");}
.fixed_left li.li4 i{background: url("../icon-shouhou.png");}
.fixed_left li.li5 i{background: url("../icon-wechat.png");}
.fixed_left li.li6 i{background: url("../icon-qq.png") no-repeat;background-size: cover;}
.fixed_left li.li5{position: relative;}
.fixed_left .ff_code{position: absolute;width:136px;height: 136px;right:75px;top:50%;margin-top: -68px;display: none;}
.fixed_left .ff_code img{width:100%;height: 100%;}
.fixed_left .retrun_top i{background: url("../icon-top.png");display: block;width:100%;height: 100%;}
.fixed_left .retrun_top{background: #81d8d0;width:73px;height: 73px;display: block;}
.fixed_left li:hover{background: #81d8d0;}

</pre></body></html>